#!/bin/bash

# this script requires having rubustrings script and all the xx.lproj in the same directory

dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
echo $dir

"$dir/rubustrings" "$dir/Regram/en.lproj/Localizable.strings"
sleep 2;
"$dir/rubustrings" "$dir/Regram/ar.lproj/Localizable.strings"